Click or drag to resize
ConnectionGetHybridPartLocation Method
Returns a full path of a hybrid part in UNC format that can be passed to any Windows application.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public string GetHybridPartLocation(
	string vaultidentifier,
	string docid,
	string hybridname
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
hybridname
Type: SystemString
The name of the hybrid part.

Return Value

Type: String
Path of the hybrid part
Remarks